home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 401_500 / DISK0443 / DISK0443.ZIP / NOTICE.BAS < prev    next >
BASIC Source File  |  1985-09-04  |  2KB  |  11 lines

  1. 10 'PC GRADEBOOK                   Copyright (c) 1985 by G.D. Fleming & Co. Inc.
  2. 20 ' License agreement
  3. 30 COMMON CLASS.CUR$,INC%(),TOTINC(),STUDENT$(),ASG$(),SCORE(),TOTSCOR(),          STUNUM,ASGNUM,BKSPC$,CLASTOT,LSTI,LSTJ,CUTOFF,CUTUP
  4. 40 CLS:COLOR 15,0:PRINT TAB(35)"AGREEMENT:":COLOR 7,0:PRINT :PRINT "We have worked very hard to make this program as error-free as possible.":PRINT "HOWEVER, we do not and cannot make any warranty as to its suitability for any "
  5. 50 PRINT "given purpose or as to the results that you may obtain by using it.  YOU USE    THIS PROGRAM ENTIRELY AT YOUR OWN RISK."
  6. 60 PRINT :PRINT "This program may be freely copied, modified, or distributed in any way that you like.  You do, however, agree that on any version that you distribute, the copy-right notice and this agreement will be prominently displayed and unaltered.
  7. 70 PRINT :PRINT "We hope that you will enjoy this program, and we derive satisfaction from the   thought that you may.  However, ";:COLOR 15,0:PRINT "SATISFACTION DOES NOT PUT FOOD ON THE TABLE.";:COLOR 7,0
  8. 80 PRINT "If you intend to make use of the program in any way, we ask that you send a     registration fee of $25.00 to G.D. Fleming & Co. Inc., P.O. Box 588, Blair,     Nebraska 68008.
  9. 90 PRINT:PRINT "In return, you will receive our undying gratitude, as well as regular notifi-   cation of the updates and new products that you have helped make it possible forus to continue to produce.":PRINT:PRINT"THANKS."
  10. 100 LOCATE 25,1:PRINT TAB(27)"PRESS SPACE BAR TO CONTINUE";:A$=INKEY$:              IF A$=CHR$(32) THEN CHAIN "grades",240 ELSE 100
  11.